const internal/saferio.chunk
11 uses
internal/saferio (current package)
io.go#L19: const chunk = 10 << 20 // 10M
io.go#L35: if n < chunk {
io.go#L45: buf1 := make([]byte, chunk)
io.go#L48: if next > chunk {
io.go#L49: next = chunk
io.go#L74: if n < chunk {
io.go#L88: buf1 := make([]byte, chunk)
io.go#L91: if next > chunk {
io.go#L92: next = chunk
io.go#L118: if c*size > chunk {
io.go#L119: c = chunk / size
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |